bitkeeper revision 1.1159.212.45 (41f7969elyNTzsGsx57vqxgKK9SrRQ)
authorharry@dory.(none) <harry@dory.(none)>
Wed, 26 Jan 2005 13:09:50 +0000 (13:09 +0000)
committerharry@dory.(none) <harry@dory.(none)>
Wed, 26 Jan 2005 13:09:50 +0000 (13:09 +0000)
commita1903458ad5f4ab4da58abe5bfeb487c4795fe88
tree3e60b43418c45795c9ca30989fdbd29d4c25654d
parent8f2409cc0a0c269a14f27d566d9a6c960bcab40c
bitkeeper revision 1.1159.212.45 (41f7969elyNTzsGsx57vqxgKK9SrRQ)

This change set moves the USB back and front end driver source code from
the 2.4 sparse tree to the 2.6 sparse tree in preparation for porting the
usb virtualization to 2.6.

This change set makes changes to the 2.4 mkbuildtree necessary to link
the files back into the 2.4 tree to preserve the previous usb
functionality for the 2.4 kernel.

The usbif.h file is also moved to be consistent with the location of the
netif.h file and necessary changes made to #include directives.
The usb code in the 2.6 tree is not yet integrated with the 2.6 build
process so the 2.6 build does not attempt to build it.

Tested with make world for both *2.4* and *2.6*.

Signed-off-by: butterwo@uk.ibm.com
17 files changed:
.rootkeys
BitKeeper/etc/logging_ok
linux-2.4.29-xen-sparse/arch/xen/drivers/usbif/backend/common.h [deleted file]
linux-2.4.29-xen-sparse/arch/xen/drivers/usbif/backend/control.c [deleted file]
linux-2.4.29-xen-sparse/arch/xen/drivers/usbif/backend/interface.c [deleted file]
linux-2.4.29-xen-sparse/arch/xen/drivers/usbif/backend/main.c [deleted file]
linux-2.4.29-xen-sparse/arch/xen/drivers/usbif/frontend/main.c [deleted file]
linux-2.4.29-xen-sparse/arch/xen/drivers/usbif/frontend/xhci.h [deleted file]
linux-2.4.29-xen-sparse/arch/xen/drivers/usbif/usbif.h [deleted file]
linux-2.4.29-xen-sparse/mkbuildtree
linux-2.6.10-xen-sparse/drivers/xen/usbback/common.h [new file with mode: 0644]
linux-2.6.10-xen-sparse/drivers/xen/usbback/control.c [new file with mode: 0644]
linux-2.6.10-xen-sparse/drivers/xen/usbback/interface.c [new file with mode: 0644]
linux-2.6.10-xen-sparse/drivers/xen/usbback/usbback.c [new file with mode: 0644]
linux-2.6.10-xen-sparse/drivers/xen/usbfront/usbfront.c [new file with mode: 0644]
linux-2.6.10-xen-sparse/drivers/xen/usbfront/xhci.h [new file with mode: 0644]
xen/include/public/io/usbif.h [new file with mode: 0644]